Blog
Recent Entries
BoxLang 1.0.0 Beta 23 Launched
The latest release of BoxLang, Beta 23, marks a significant step forward in our journey to create the ultimate dynamic language for the JVM. Packed with powerful new features, important bug fixes, and thoughtful optimizations, this update is designed to make your development experience smoother, faster, and more reliable, especially after now starting to take 100s of comments and bug reports from our community.
TestBox Latest Updates and News!
We’re thrilled to have launched the new TestBox website and TestBox 6.0! If you haven’t had a chance to explore yet, visit TestBox to discover updated documentation, powerful resources, and features that make testing more efficient than ever.
Is Your ColdFusion Application Ready for the Future?
In a rapidly evolving digital world, maintaining performance, security, and scalability for ColdFusion applications is more challenging than ever. Whether you're using Lucee or Adobe ColdFusion, legacy systems can become a bottleneck for growth, innovation, and user satisfaction. The need to future-proof your ColdFusion applications has never been more critical.
But where do you start?
The Hidden Costs of an Outdated ColdFusion Application
As you...
Add Your Comment
(7)
Aug 27, 2010 06:24:56 UTC
by John Whish
Hi Luis, Is github now the master or can I continue pulling from the SVN server for bleeding edge versions? Thanks
Aug 27, 2010 11:23:49 UTC
by Luis Majano
Github is the master john. I am trying to figure out a way to mirror it to the svn repo, but not sure how to
Aug 27, 2010 11:38:26 UTC
by John Whish
Ah OK - no problem. Explains why I wasn't getting any updates :) I think the MXUnit guys are mirroring the gitHub repo on SVN, but I might be wrong.
Aug 29, 2010 10:27:24 UTC
by scott conklin
can one you update to HEAD in github like you can in SVN from within cfbuilder or eclipse? basically how do you stay in sync with the latest using github?
Aug 29, 2010 12:33:02 UTC
by Luis Majano
Yes you van very easily. I recommend the egit eclipse plugin or smartgit. Once the repo is cloned Git clone URL You can do git pull to update to the latest commits. Or use the egit plugin and is easy as svn. Same deal.
Aug 30, 2010 11:57:52 UTC
by Richard Davies
It would be awesome if you could figure out some way to mirror the Git repo to the SVN repo. Please keep us informed of your progress. This article might give you a head start: http://www.kerrybuckley.org/2009/10/06/maintaining-a-read-only-svn-mirror-of-a-git-repository/
Aug 30, 2010 12:26:45 UTC
by Luis Majano
Thanks, i will surely start on this but please, you are more than welcomed to help out.